/*!
 richUI 1.0.0
 Â©2018-2019 L.Z.C. 1225601131@qq.com
*/
.richradio,
.richcheckbox {
    border: 1px solid #CCC;
    color: #666;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 2px 10px 2px 5px;
    min-width: 60px;
    text-align: center;
    margin: 2px;
    border-radius: 4px;
}

.richradio:hover,
.richcheckbox:hover {
    cursor: pointer;
}

.lowIE {
    position: absolute\9;
    top: -999px\9;
    left: -999px\9;
}

.otherBrowser {
    display: none;
}

.IEChecked {
    background: url(../img/checked.png) no-repeat right bottom;
    background-size: auto auto;
    border: 1px solid #00a4ff;
    background-size: 21px 21px;
    color: #00a4ff;
}

.otherBrowserChecked {
    background: url(../img/checked.svg) no-repeat right bottom;
    background-size: auto auto;
    border: 1px solid #00a4ff;
    background-size: 21px 21px;
    color: #00a4ff;
}

.richselect {
    position: relative;
    display: inline-block;
    width: 116px;
    min-width: 116px;
    background-color: #fff;
    vertical-align: middle;
    text-align: left;
    user-select: none;
    border: #dddddd 1px solid;
    -webkit-touch-callout: none;
    box-sizing: border-box;
    margin-right: 14px;
}

.richselect .richplaceholder {
    position: relative;
    display: block;
    box-sizing: border-box;
    z-index: 1;
    border-radius: 2px;
    font-size: 18px;
    color: #333333;
    cursor: pointer;
    padding-left: 5px;
    height: 38px;
    line-height: 38px;
    background: url(selectjh.png) no-repeat right center;
}

.richselect .richplaceholder:after {
    transform: translateY(-50%);
    z-index: 10;
}

.richselect.is-open ul {
    display: block;
}

.richselect ul {
    display: none;
    position: absolute;
    overflow: auto;
    width: 100%;
    background: #fff;
    border-radius: 2px;
    top: 100%;
    left: 0;
    list-style: none;
    margin: 0 0 0 -1px;
    padding: 0;
    z-index: 100;
    border: #ccc 1px solid;
    max-height: 300px;
    overflow-y: auto;
}

.richselect ul li.unchecked {
    display: block;
    text-align: left;
    padding: 3px 5px 3px 5px;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    color: #333333;
}

.richselect ul li.unchecked:hover {
    background: #005099;
    color: #fff;
    padding-left: 10px;
    line-height: 27px;
}

.richselect ul li.checked {
    display: block;
    text-align: left;
    padding: 3px 5px 3px 5px;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    background: url("../img/hook.png") no-repeat 95% center;
}

.richselect ul li.checked:hover {
    color: #fff;
    padding-left: 10px;
    background: url("../img/hook2.png") no-repeat 95% center #4ebbf0;
}